From: Stefan Monnier Date: Mon, 12 Apr 2021 16:51:28 +0000 (-0400) Subject: * lisp/emacs-lisp/edebug.el (edebug--frame): Move docstring where it belongs X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~3125 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=0e2cf3b9853bceb74632daa2bd22edb350840d91;p=emacs.git * lisp/emacs-lisp/edebug.el (edebug--frame): Move docstring where it belongs --- diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 365bc748741..cbc40193125 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -4116,12 +4116,12 @@ This should be a list of `edebug---frame' objects.") "Stack frames of the current Edebug Backtrace buffer with instrumentation. This should be a list of `edebug---frame' objects.") -;; Data structure for backtrace frames with information -;; from Edebug instrumentation found in the backtrace. (cl-defstruct (edebug--frame (:constructor edebug--make-frame) (:include backtrace-frame)) + "Data structure for backtrace frames with information +from Edebug instrumentation found in the backtrace." def-name before-index after-index) (defun edebug-pop-to-backtrace ()